Configurates
C1.Web.Mvc.ChartSeriesBase<T>.AltStyle. Sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.
シンタックス
'宣言
Public Function AltStyle( _
ByVal As System.Action(Of SVGStyleBuilder) _
) As
public AltStyle(
System.Action<SVGStyleBuilder>
)
パラメータ
- build
- The builder function.
戻り値の型
Current builder.
参照